.intec-ui-markup-h4, [data-ui-markup="h4"], h4 {
    font-size: 1.25em;
    margin-bottom: 1.25em;
    margin-top: 2.25em;
}
.intec-template .intec-template-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    /* or 54px */


    color: #000000;
    max-width: 730px;
}
.intec-template .intec-template-title {
    margin-bottom: 32px;
}
.statement-page__sidebar-iconed-link {
    display: flex;
    flex-wrap: wrap;
}
.statement-page__sidebar-iconed-link-text {
    flex: 1;
    min-width: 0;
    padding-left: 6px;
    text-decoration: underline;
}
.statement-page__sidebar-iconed-link-ico {
    position: relative;
    top: 2px;
}
.statement-page__sidebar-iconed-link span:after {
    display: none;
}

.statement-page__hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 391px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 40px;
}
.statement-page__hero img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.statement-page__hero a {
    position: relative;
    z-index: 5;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #FFFFFF;
    text-decoration: none;
    padding: 17px 36px; 
}


.statement-page__example-gallery {
    margin-bottom: 36px;
    max-width: 100%;
    width: 100%;
}
.statement-page__example-gallery figure {
    display: flex;
    flex-direction: column;
}
.statement-page__example-gallery figure picture {
    flex: 1;
    min-height: 0;
}
.statement-page__example-gallery figure picture img {
    height: 100%;
}

.statement-page__example-solo  {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    max-width: 100%;
    width: 100%;

}

.statement-page__example-solo figure {
	margin: 0;
	padding: 0;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}
.statement-page__example-solo figure picture .statement-page__example-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.statement-page__example-solo figure svg circle {
    transition: all .25s ease;
}
.statement-page__example-solo figure:hover svg circle {
    opacity: 1;
}
.statement-page__example-solo figure:not(:last-child) {
    margin-bottom: 36px;
}
.statement-page__example-solo figure picture {
	display: flex;
	align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
    position: relative;
}
.statement-page__example-solo figure picture img {
	border-radius: 3px;
    max-height: 852px;
    object-fit: cover;
}
.statement-page__example-solo figure figcaption {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	color: #878787;
	margin: 0;
	padding: 0;
    width: 100%;
}

.statement-page {
    flex-wrap: wrap;
}
.statement-page__content-fill .statement-page__content{
    max-width: 746px;
    width: 100%;
}
.statement-page__content-fill {
    flex: 1;
    min-width: 0;
    padding-left: 54px;
}

.lg-backdrop {
    background-color: rgba(0,0,0,.7);
}
.lg-sub-html, .lg-toolbar {
    background-color: unset;
}

.lg-video-play-button svg{
opacity: 0 !important;
visibility: hidden;

}
.lg-video-play-button  {
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='28' fill='white'/%3E%3Cpath d='M40 28L22 38.3923L22 17.6077L40 28Z' fill='%23123A6E'/%3E%3C/svg%3E%0A");
    width: 56px;
    height: 56px;
}
.lg-video-loading .lg-video-play-button {
        -webkit-animation: blink-2 2.5s ease-in infinite both;
        animation: blink-2 2.5s ease-in infinite both;
    

}
.lg-outer img.lg-object {
    object-fit: cover;
}

/**
 * ----------------------------------------
 * animation blink-2
 * ----------------------------------------
 */
 @-webkit-keyframes blink-2 {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.35;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes blink-2 {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.35;
    }
    100% {
      opacity: 1;
    }
  }
  

  .lg-outer .lg-мрvhhas-video .lg-video-object {
    visibility: visible;
  }

  .lg-components, .lg-sub-html {
    bottom: unset;
    top: 0;
    height: 47px;
  }
  .lg-outer .lg-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: visible;
  }

  /* .lg-outer .lg-content {
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    height: calc(95vh - 50px);
    background-color: #fff;
    padding: 24px;
    padding-top: 20px;
    overflow: hidden;
  }
  .lg-outer .lg-inner {
    top: 20px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 44px);
  } */
/* 
  .lg-outer {
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  } */

  /* .lg-outer .lg-inner {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    max-height: 90vh;
  }
  .lg-outer.lg-grab .lg-object {
    position: static;
    transform: unset !important;
    transform-origin: unset !important;
  } */
  /* .lg-outer .lg-item {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;

  } */



  /* .lg-outer .lg-img-wrap {
    position: static;
  }
  .lg-outer .lg-item {
    position: relative;
    left: 0;
    top: 0;
    max-height: 100%;
  }
  .lg-outer .lg-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: calc(95vh - 50px);
  } */

  .query__inner--second {
    max-width: 1346px;
    background: #FAFAFA;
    padding: 24px 85px 32px 96px;
    margin-bottom: 72px;

  }
  .query__inner--second {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .query__inner--second .title-h3 {
    font-size: 32px;
    line-height: 37px;
    /* identical to box height */


    color: #1B1E25;
    margin-bottom: 24px;
  }
  .query-form__flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .input-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
  }
  .input-col__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    
    color: #1B1E25;
  }
  .input-col__input {
    border: unset;
    border-bottom: 1px solid #ECECEC;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 7px; 
    color: #1B1E25;
    background-color: transparent;
  }
  .input-col__input:focus {
    box-shadow: none;
    outline: none;
  }
  .input-col__input--small {
    max-width: 114px;
  }
  .input-col__input--med {
    max-width: 162px;
  }
  .input-col__item {
    position: relative;
  }
  .input-col__black-placeholder {
    position: absolute;
    top: 49%;
left: 7px;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #1B1E25;
  }
  .query__inner--second .checkbox_default {
    padding: 7px 5px;
    border-bottom: 1px solid #ECECEC;
    color: #1B1E25;
    
  }
  .query__inner--second .checkbox_default .checkbox__label:before {
    background: #EAEAEA;
    border: 1px solid rgba(0, 46, 103, 0.05);
    border-radius: 4px !important;
  }
  .query__inner--second  button.btn2-default {
    padding: 7px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;

    color: #FFFFFF;
    border-radius: 4px;


  }

  @media (max-width: 1300px) {
    .input-col {
      max-width: 33%;
    }
  }
  @media (max-width: 1099px) {
    .statement-page__content-fill {
        padding-left: 0;
    }
    .input-col {
      max-width: 50%;
    }
    .input-col--full-tablet {
      flex: 1 0 100%;
      max-width: 100%;
      width: 100%;
    }
    
    .query-form__flex {
      justify-content: flex-start;
      gap: 24px;
    }
  }
  @media (max-width: 767px) {
    .input-col {
      max-width: 100%;
    }
    .query__inner--second {
      padding: 20px;
    }
    .query-form__flex {
      flex-direction: column;
    }
  }
  @media (max-width: 576px) {
    .statement-page__hero {
        height: 300px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .statement-page__hero a {
        padding-left: 24px;
        padding-right: 24px;
    }
  }